module Base
{

	item Denim_PleatedSkirt
    {
        DisplayCategory = FrockinDenim,
		Type = Clothing,
        DisplayName = Denim Pleated Mini Skirt,
        ClothingItem = Denim_PleatedSkirt,
        BodyLocation = Skirt,
        Icon = DM_Skirt,
        BloodLocation = Groin,
		Weight = 0.4,
        Insulation = 0.45,
        WindResistance = 0.45,
		ScratchDefense = 20,
        BiteDefense = 10,
        FabricType = Denim,

		CanHaveHoles = true,
			WorldStaticModel = WorldItem_Generic,
    }
}